GrapeCity.Xaml.SpreadSheet.Data
Item Property (SpreadChartElementCollection<T>)


GrapeCity.Xaml.SpreadSheet.Data Namespace > SpreadChartElementCollection<T> Class : Item Property
Gets or sets the SpreadChartElement at the specified index.
Syntax
'Declaration
 
Public Overrides Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As SpreadChartElementCollection(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public override T this[ 
   int index
]; {get; set;}

Parameters

index
See Also

Reference

SpreadChartElementCollection<T> Class
SpreadChartElementCollection<T> Members